projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46b8cc8
)
GtkStyle: Transform menubar detail string.
author
Carlos Garnacho
<carlosg@gnome.org>
Mon, 8 Nov 2010 01:15:06 +0000
(
02:15
+0100)
committer
Carlos Garnacho
<carlosg@gnome.org>
Sat, 4 Dec 2010 14:38:43 +0000
(15:38 +0100)
gtk/gtkstyle.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstyle.c
b/gtk/gtkstyle.c
index 3a44de64a461164fdd476a809e4203ccb14cab34..b760fea4401e7c647e4de7f181534296d95bfad7 100644
(file)
--- a/
gtk/gtkstyle.c
+++ b/
gtk/gtkstyle.c
@@
-1788,6
+1788,8
@@
transform_detail_string (const gchar *detail,
gtk_style_context_add_class (context, "menu");
else if (strcmp (detail, "accellabel") == 0)
gtk_style_context_add_class (context, "accelerator");
+ else if (strcmp (detail, "menubar") == 0)
+ gtk_style_context_add_class (context, "menubar");
else if (g_str_has_prefix (detail, "cell"))
{
GtkRegionFlags row, col;